home *** CD-ROM | disk | FTP | other *** search
- REGISTERING OCX CONTROLS
- ------------------------
-
- Before you can use an application that uses any OCX files you must register
- them in the system registry. This is done using the REGSVR32 utility.
-
- REGSVR32 [/u] filename
-
-
- The REGSVR32 syntax has these parts:
-
- PART DESCRIPTION
-
- /u Unregisters an OLE server, OLE DLL, or an OLE control.
- filename The name of the file you want to register or unregister.
-
- REMARKS
-
- A success or failure dialog box will be displayed upon completion.
-
-